home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch12.ISN / input.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-12-04  |  321 b   |  14 lines

  1. global gStopFlag, gBlinkFlag, gBlinkOffset, gStopOffset
  2.  
  3. on mouseUp
  4.   set the textStyle of field "Message" to "plain"
  5.   set the foreColor of member "Message" to 255
  6.   set gStopFlag to 0
  7.   set gStopOffset to 0
  8.   set gBlinkFlag to 0
  9.   set gBlinkOffset to 0
  10.   set the selStart to 0
  11.   set the selEnd to 0
  12.   updateStage()
  13. end
  14.